home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / demo_bat / before.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-01  |  256 b   |  12 lines

  1. @echo off
  2. if %1.==. goto USAGE
  3.   echo Here is a listing of files created/modified before %1.
  4.   call presskey
  5.   echo on
  6.   ffg /p *:* /d-%1
  7.   goto END
  8. :USAGE
  9.   echo USAGE:
  10.   echo          %0 MM/DD/YY        where MM/DD/YY is a valid FFG date
  11. :END
  12.